From 2c231922083886668cf9c3dba892488207aa5e34 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 20 Apr 2004 16:38:08 +0000 Subject: [PATCH] (time-to-day-in-year): Fix docstring. --- lisp/calendar/time-date.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el index b36d5ab2f31..846231befe6 100644 --- a/lisp/calendar/time-date.el +++ b/lisp/calendar/time-date.el @@ -149,7 +149,7 @@ DATE1 and DATE2 should be date-time strings." ;;;###autoload (defun time-to-day-in-year (time) - "Return the day number within the year of the date month/day/year." + "Return the day number within the year corresponding to TIME." (let* ((tim (decode-time time)) (month (nth 4 tim)) (day (nth 3 tim)) -- 2.30.2